Skip to content

RosApplicationProps

Properties for defining a RosApplication.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.RosApplicationProps {
    AppName: interface{},
    AppType: interface{},
    DisplayName: interface{},
    AccessTokenValidity: interface{},
    IsMultiTenant: interface{},
    PredefinedScopes: interface{},
    RedirectUris: interface{},
    RefreshTokenValidity: interface{},
    RequiredScopes: interface{},
    SecretRequired: interface{},
}

Properties

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

AppNameRequired

AppName interface{}
  • Type: interface{}

AppTypeRequired

AppType interface{}
  • Type: interface{}

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

AccessTokenValidityOptional

AccessTokenValidity interface{}
  • Type: interface{}

IsMultiTenantOptional

IsMultiTenant interface{}
  • Type: interface{}

PredefinedScopesOptional

PredefinedScopes interface{}
  • Type: interface{}

RedirectUrisOptional

RedirectUris interface{}
  • Type: interface{}

RefreshTokenValidityOptional

RefreshTokenValidity interface{}
  • Type: interface{}

RequiredScopesOptional

RequiredScopes interface{}
  • Type: interface{}

SecretRequiredOptional

SecretRequired interface{}
  • Type: interface{}