Esempio n. 1
0
        internal static string ToSerializedValue(this CredentialStoreResourceType value)
        {
            switch (value)
            {
            case CredentialStoreResourceType.AssetCredential:
                return("AssetCredential");

            case CredentialStoreResourceType.RobotCredential:
                return("RobotCredential");

            case CredentialStoreResourceType.BucketCredential:
                return("BucketCredential");

            case CredentialStoreResourceType.Secrets:
                return("Secrets");
            }
            return(null);
        }
 /// <summary>
 /// Gets available resources robots (and later assets) for a credential store.
 /// </summary>
 /// <remarks>
 /// Client Credentials Flow required permissions: Settings or Settings.Read.
 ///
 /// Required permissions: Settings.View.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='key'>
 /// Provides the ID of the credential store for which to retrieve resources.
 /// </param>
 /// <param name='resourceType'>
 /// Possible values include: 'AssetCredential', 'RobotCredential',
 /// 'BucketCredential', 'Secrets'
 /// </param>
 /// <param name='expand'>
 /// Indicates the related entities to be represented inline. The maximum depth
 /// is 2.
 /// </param>
 /// <param name='filter'>
 /// Restricts the set of items returned. The maximum number of expressions is
 /// 100.
 /// </param>
 /// <param name='select'>
 /// Limits the properties returned in the result.
 /// </param>
 /// <param name='orderby'>
 /// Specifies the order in which items are returned. The maximum number of
 /// expressions is 5.
 /// </param>
 /// <param name='top'>
 /// Limits the number of items returned from a collection. The maximum value is
 /// 1000.
 /// </param>
 /// <param name='skip'>
 /// Excludes the specified number of items of the queried collection from the
 /// result.
 /// </param>
 /// <param name='count'>
 /// Indicates whether the total count of items within a collection are returned
 /// in the result.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ODataValueOfIEnumerableOfCredentialStoreResourceDto> GetResourcesForCredentialStoreTypesByKeyAndResourcetypeAsync(this ICredentialStores operations, long key, CredentialStoreResourceType resourceType, string expand = default(string), string filter = default(string), string select = default(string), string orderby = default(string), int?top = default(int?), int?skip = default(int?), bool?count = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetResourcesForCredentialStoreTypesByKeyAndResourcetypeWithHttpMessagesAsync(key, resourceType, expand, filter, select, orderby, top, skip, count, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Get the default credential store for the given resource type.
 /// </summary>
 /// <remarks>
 /// Client Credentials Flow required permissions: Settings or Settings.Read.
 ///
 /// Required permissions: Settings.View or Assets.Create or Assets.Edit or
 /// Assets.View or Robots.Create or Robots.Edit or Robots.View.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceType'>
 /// Provides the resource type for which to retrieve the default. Possible
 /// values include: 'AssetCredential', 'RobotCredential', 'BucketCredential',
 /// 'Secrets'
 /// </param>
 /// <param name='expand'>
 /// Indicates the related entities to be represented inline. The maximum depth
 /// is 2.
 /// </param>
 /// <param name='select'>
 /// Limits the properties returned in the result.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ODataValueOfInt64> GetDefaultStoreForResourceTypeByResourcetypeAsync(this ICredentialStores operations, CredentialStoreResourceType resourceType, string expand = default(string), string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetDefaultStoreForResourceTypeByResourcetypeWithHttpMessagesAsync(resourceType, expand, select, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <summary>
 /// Gets available resources robots (and later assets) for a credential store.
 /// </summary>
 /// <remarks>
 /// Client Credentials Flow required permissions: Settings or Settings.Read.
 ///
 /// Required permissions: Settings.View.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='key'>
 /// Provides the ID of the credential store for which to retrieve resources.
 /// </param>
 /// <param name='resourceType'>
 /// Possible values include: 'AssetCredential', 'RobotCredential',
 /// 'BucketCredential', 'Secrets'
 /// </param>
 /// <param name='expand'>
 /// Indicates the related entities to be represented inline. The maximum depth
 /// is 2.
 /// </param>
 /// <param name='filter'>
 /// Restricts the set of items returned. The maximum number of expressions is
 /// 100.
 /// </param>
 /// <param name='select'>
 /// Limits the properties returned in the result.
 /// </param>
 /// <param name='orderby'>
 /// Specifies the order in which items are returned. The maximum number of
 /// expressions is 5.
 /// </param>
 /// <param name='top'>
 /// Limits the number of items returned from a collection. The maximum value is
 /// 1000.
 /// </param>
 /// <param name='skip'>
 /// Excludes the specified number of items of the queried collection from the
 /// result.
 /// </param>
 /// <param name='count'>
 /// Indicates whether the total count of items within a collection are returned
 /// in the result.
 /// </param>
 public static ODataValueOfIEnumerableOfCredentialStoreResourceDto GetResourcesForCredentialStoreTypesByKeyAndResourcetype(this ICredentialStores operations, long key, CredentialStoreResourceType resourceType, string expand = default(string), string filter = default(string), string select = default(string), string orderby = default(string), int?top = default(int?), int?skip = default(int?), bool?count = default(bool?))
 {
     return(operations.GetResourcesForCredentialStoreTypesByKeyAndResourcetypeAsync(key, resourceType, expand, filter, select, orderby, top, skip, count).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Get the default credential store for the given resource type.
 /// </summary>
 /// <remarks>
 /// Client Credentials Flow required permissions: Settings or Settings.Read.
 ///
 /// Required permissions: Settings.View or Assets.Create or Assets.Edit or
 /// Assets.View or Robots.Create or Robots.Edit or Robots.View.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceType'>
 /// Provides the resource type for which to retrieve the default. Possible
 /// values include: 'AssetCredential', 'RobotCredential', 'BucketCredential',
 /// 'Secrets'
 /// </param>
 /// <param name='expand'>
 /// Indicates the related entities to be represented inline. The maximum depth
 /// is 2.
 /// </param>
 /// <param name='select'>
 /// Limits the properties returned in the result.
 /// </param>
 public static ODataValueOfInt64 GetDefaultStoreForResourceTypeByResourcetype(this ICredentialStores operations, CredentialStoreResourceType resourceType, string expand = default(string), string select = default(string))
 {
     return(operations.GetDefaultStoreForResourceTypeByResourcetypeAsync(resourceType, expand, select).GetAwaiter().GetResult());
 }