RosSecurityPreferenceProps
Properties for defining a RosSecurityPreference
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-securitypreference
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.RosSecurityPreferenceProps {
AllowUserToChangePassword: interface{},
AllowUserToManageAccessKeys: interface{},
AllowUserToManageMfaDevices: interface{},
AllowUserToManagePublicKeys: interface{},
EnableSaveMfaTicket: interface{},
LoginNetworkMasks: interface{},
LoginSessionDuration: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AllowUserToChangePassword |
interface{} |
No description. |
AllowUserToManageAccessKeys |
interface{} |
No description. |
AllowUserToManageMfaDevices |
interface{} |
No description. |
AllowUserToManagePublicKeys |
interface{} |
No description. |
EnableSaveMfaTicket |
interface{} |
No description. |
LoginNetworkMasks |
interface{} |
No description. |
LoginSessionDuration |
interface{} |
No description. |
AllowUserToChangePassword
Optional
AllowUserToChangePassword interface{}
- Type: interface{}
AllowUserToManageAccessKeys
Optional
AllowUserToManageAccessKeys interface{}
- Type: interface{}
AllowUserToManageMfaDevices
Optional
AllowUserToManageMfaDevices interface{}
- Type: interface{}
AllowUserToManagePublicKeys
Optional
AllowUserToManagePublicKeys interface{}
- Type: interface{}
EnableSaveMfaTicket
Optional
EnableSaveMfaTicket interface{}
- Type: interface{}
LoginNetworkMasks
Optional
LoginNetworkMasks interface{}
- Type: interface{}
LoginSessionDuration
Optional
LoginSessionDuration interface{}
- Type: interface{}