Skip to content

RosApplicationProps

Properties for defining a RosApplication.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-application

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new RosApplicationProps {
    object AppName,
    object AppType,
    object DisplayName,
    object AccessTokenValidity = null,
    object IsMultiTenant = null,
    object PredefinedScopes = null,
    object RedirectUris = null,
    object RefreshTokenValidity = null,
    object RequiredScopes = null,
    object SecretRequired = null
};

Properties

Name Type Description
AppName object No description.
AppType object No description.
DisplayName object No description.
AccessTokenValidity object No description.
IsMultiTenant object No description.
PredefinedScopes object No description.
RedirectUris object No description.
RefreshTokenValidity object No description.
RequiredScopes object No description.
SecretRequired object No description.

AppNameRequired

public object AppName { get; set; }
  • Type: object

AppTypeRequired

public object AppType { get; set; }
  • Type: object

DisplayNameRequired

public object DisplayName { get; set; }
  • Type: object

AccessTokenValidityOptional

public object AccessTokenValidity { get; set; }
  • Type: object

IsMultiTenantOptional

public object IsMultiTenant { get; set; }
  • Type: object

PredefinedScopesOptional

public object PredefinedScopes { get; set; }
  • Type: object

RedirectUrisOptional

public object RedirectUris { get; set; }
  • Type: object

RefreshTokenValidityOptional

public object RefreshTokenValidity { get; set; }
  • Type: object

RequiredScopesOptional

public object RequiredScopes { get; set; }
  • Type: object

SecretRequiredOptional

public object SecretRequired { get; set; }
  • Type: object